home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples1.3.Lha / Examples / GetFilesys / ReadMe < prev   
Encoding:
Text File  |  1994-04-14  |  782 b   |  19 lines

  1. GetDiskUnitID.bas - Example of examining the FileSysRes list
  2. ============================================================
  3.  
  4. Derived from RKM example (c) Copyright 1992 Commodore-Amiga, Inc.
  5.  
  6. This IS a straightforward translation of the Commodore filesystem.resource
  7. example taken from the Devices RKM p.337.
  8.  
  9. The example shows use of a resource which has no entry points: opening
  10. the resource AND examining an Exec list embedded within it.
  11.  
  12. Compiling
  13. ---------
  14. Load the GetFilesys_inc.bh file and Tokenise it (Program-Tokenise), making
  15. sure you have no token file selected in the File Options (Settings-Compiler-
  16. Files). Once you have your token file, set the File Options-Token File setting
  17. to the GetFilesys_inc.t file just created. Load the GetFilesys.bas file,
  18. compile & run it.
  19.